/*  
Theme Name: astrofm

Description: 
Version: 1.0
Author: km-it

*/

/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
* {
margin: 0; padding: 0;
}

/* SET BASE FONT ATTRUBUTES */
html, body {
font: Georgia, "Times New Roman", Times, serif 14px/1.5em;
color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

body {
	background: #666;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #a50000;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #a50000;
}

a:hover {
	text-decoration: none;
}

a:link, a:visited {color: #a50000;}


/* Wrapper */

#wrapper {
	width: 942px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/* Header */

#flash {
margin: 0;
padding: 0;
}
#header {
	height: 176px;
	width: 942px;
	position: relative;
	background: #666666 url(images/headerbg.jpg) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 183px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	position: absolute;
	top: 225px;
	left: 20px;  
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#iconmenu
{       float:right;
       	padding: 68px 10px 0 0;
}
#menu   /* Textmen� deaktiviert */
{       float:right;
       	padding: 95px 10px 0 0;
}

#menu ul
{
	list-style: none;
	text-align: left;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.5em 0em 0.5em;
	display: inline;
}

#menu li a
{
	color: #feeddc;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
}

#menu li a.active
{
        color: #FFFFFF;
	border-bottom: 4px solid #666666;
}

#menu li a:hover
{
	color: #FFFFFF;
        border-bottom: 4px solid #666666;
}
/* Teaser */
#teaser {
	float:left;
	padding: 0;
        background: #FFFFFF url(images/teaser_astrohotline.gif) no-repeat;
	margin: 5px 20px 0 0;
	width: 309px;
	height: 219px;
}


/* Content */

#content {
	background: #FFFFFF url(images/bg.gif) right repeat-y;
	margin: 0px auto;
	width: 928px;
	float:left;
	padding-left:7px;
}

/* Blog */

#blog {
	float: left;
	width: 628px !important;
	width: 625px; /*IE6 3px problem */
	margin: 0px auto;
}

/* Post */

.post {
	padding-bottom: 20px;
	width: 628px !important;
	width: 625px; /*IE6 3px problem */
}

.post .title,.post h2 {
	height: 30px;
	border-top: 1px solid #ff5a03;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px 0 0 15px;
	background: #FFF url(images/cbg.gif) repeat-x;
}

.post .title a,.post h2 a {
	text-decoration: none;
}

.post .title a:hover,.post h2 a:hover {
	text-decoration: underline;
}

.post .berater {
	font-size: 1.2em;
	text-align: right;
	font-weight: bold;
	padding: 20px 15px 0 0;
	color: #FFFFFF;
}
.post .beraterdetail {
	font-size: 1.2em;
	text-align: right;
	padding: 0 15px 0 0;
	color: #e17a00;
}

.post .entry {
	padding: 0px 15px 10px 15px;
	line-height: 1.8em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0 15px;
	font-size: 0.8em;
	color: #333;
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding-top: 5px;
	margin: 0px auto;
	border-top: 1px solid #ff5a03;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #a50000;
}

#sidebar h2 {
	background: url(images/sbg.gif) repeat-x;
	border-bottom: 3px solid #ff5a03;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
        text-decoration: none;
	color: #da5900;
	padding-left: 15px;
	background: transparent url(images/listoff.gif) left center no-repeat;

}

#sidebar a:hover {
	text-decoration: none;
	color: #a50000;
	background: transparent url(images/liston.gif) left center no-repeat;
}

#partner {

	width: 248px;
	margin: 0;
        padding: 0 0 0 14px;
}
#partner a{
	margin:0;
        padding:0;
        width: 76px;
        height: 92px
}
.onesquare{
        padding: 0;
        margin: 5px;
        border: 1px solid #c2c2c2;
        background: #FFFFFF;
}

#footer {
	width: 928px;
	height: 35px;
	margin: 0px auto;
	background: #FFFFFF url(images/fbg.gif) repeat-x;
	border-top: 1px solid #ff5a03;
}

#footer p {
    color: #FFFFFF;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	font-size: 0.8em;
}

#footer a {
        color: #FFFFFF;
        text-decoration: underline;
}
#footer a:hover {
        text-decoration: none;
}

.zodiac {
	color:#818181;
	line-height:1.3em;
	width:240px;
	float:left;
	/*margin-left:40px;*/
	margin-top:10px;
	font-size:0.95em;
	height:85px;
}
.commentlist {
	width:500px;
}